home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 110
/
jogo-disk-110.iso
/
Games
/
tobby_sucuri.swf
/
scripts
/
DefineButton2_227
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2008-11-12
|
363b
|
19 lines
on(press){
if(_root.windowFlg)
{
return undefined;
}
if(_root.instDispFlg)
{
_root.instMC.removeMovieClip();
_root.instDispFlg = false;
}
else
{
_root.instDispFlg = true;
_root.attachMovie("instTxt","instMC",_root.depthInst);
_root.instMC._x = 331;
_root.instMC._y = 251;
}
}